Skip to content

feat(deps): angular version upgrade and converted into workspace#65

Merged
yeshamavani merged 3 commits intomasterfrom
GH-64
Dec 30, 2025
Merged

feat(deps): angular version upgrade and converted into workspace#65
yeshamavani merged 3 commits intomasterfrom
GH-64

Conversation

@vaibhavbhalla2505
Copy link
Contributor

@vaibhavbhalla2505 vaibhavbhalla2505 commented Dec 24, 2025

BREAKING CHANGE:
YES

Description

This pull request introduces significant refactoring and modernization of the SearchComponent in the search-lib package, focusing on adopting Angular's new signal-based inputs/outputs, streamlining configuration management, and improving testability. Additionally, it includes workspace and dependency updates at the root level, and some cleanup of outdated scripts and files.

Fixes #64

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Intermediate change (work in progress)

Checklist:

  • Performed a self-review of my own code
  • npm test passes on your machine
  • New tests added or existing tests modified to cover all changes
  • Code conforms with the style guide
  • API Documentation in code was updated
  • Any dependent changes have been merged and published in downstream modules

angular version upgrade and converted into workspace

BREAKING CHANGE:
YES

GH-64
@vaibhavbhalla2505 vaibhavbhalla2505 force-pushed the GH-64 branch 3 times, most recently from 22a7b7b to 3d98448 Compare December 30, 2025 06:36
@vaibhavbhalla2505 vaibhavbhalla2505 force-pushed the GH-64 branch 4 times, most recently from 20ebc25 to b384a4b Compare December 30, 2025 08:10
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add all the 4 packages here

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done!

Comment on lines +106 to +115
"main": "projects/search-lib/src/test.ts",
"polyfills": "projects/search-lib/src/polyfills.ts",
"tsConfig": "projects/search-lib/tsconfig.spec.json",
"karmaConfig": "projects/search-lib/karma.conf.js",
"inlineStyleLanguage": "scss",
"assets": [
"projects/search-element/src/favicon.ico",
"projects/search-element/src/assets"
"projects/search-lib/src/favicon.ico",
"projects/search-lib/src/assets"
],
"styles": ["projects/search-element/src/styles.scss"],
"styles": ["projects/search-lib/src/styles.scss"],
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

??

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Screenshot 2025-12-30 at 3 06 21 PM

"prepublishOnly": "npm run build",
"pretest": "npm run build",
"test": "echo \"No tests available !\""
"test": "ng test"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

have you updated test cases ?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, the lines of code changed after introducing signals.

"@angular/platform-browser": "^21.0.0",
"@angular/platform-browser-dynamic": "^21.0.0",
"@angular/router": "^21.0.0",
"@sourceloop/user-onboarding-client": "file:../../packages/user-onboarding/projects/user-onboarding-lib/dist/sourceloop-user-onboarding-client-6.0.0.tgz",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

make sure to update later

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

okay

@vaibhavbhalla2505 vaibhavbhalla2505 force-pushed the GH-64 branch 5 times, most recently from 51aed78 to ed245cf Compare December 30, 2025 09:42
@vaibhavbhalla2505 vaibhavbhalla2505 force-pushed the GH-64 branch 2 times, most recently from c126f3e to ea4a577 Compare December 30, 2025 11:10
@yeshamavani yeshamavani merged commit 54dfe07 into master Dec 30, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

upgrade angular version to 21 in all packages

2 participants